//==============================================================================
// Gargarensis_anim.txt
// Fixed the hero glow (flail), added fallen hero sound and added recover animations ~WarriorMario
//==============================================================================


//==============================================================================
define Eyeglow
{
   set hotspot
   {
      version
      {
       Visualparticle cinematic a gargarensis eye glow
      }
   }
}

//==============================================================================
define Eyeglowdeath
{
   set hotspot
   {
      version
      {
       Visualparticle cinematic a gargarensis eye glow death
      }
   }
}

//==============================================================================
define SunLight
{
   set hotspot
   {
      version
      {
         Visualparticle SFX A God Power Summon Sunlight
      }
   }
}

//==============================================================================
define GroundGlow
{
   set hotspot
   {
      version
      {
         Visualparticle SFX A God Power Summon GroundGlow
      }
   }
}

//==============================================================================
define heroglow
{
   set hotspot
   {
      version
      {
         Visualparticle SFX A Hero Argo Glow
      }
   }
}


//==============================================================================
define trident
{
   set hotspot
   {
      version
      {
         Visual weapon trident
      }
   }
}

//==============================================================================
define Cine_trident
{
   set hotspot
   {
      version
      {
         Visual attachments Cine Trident
      }
   }
}
//==============================================================================
anim Idle
{
   SetSelector
   {
		CinematicLogic
	   SetSelector
		{
			ContainLogic
			set hotspot
			{
				version
				{
					Visual Scenario C Gargarensis_IdleA
					connect righthand Trident hotspot
					Connect FRONTABDOMEN heroglow hotspot
				}
			}
			set hotspot
			{
				version
				{
					Visual Scenario C Gargarensis_CarryIdleA
					connect righthand Trident hotspot
					Connect FRONTABDOMEN heroglow hotspot
				}
			}
      }
		SetSelector
		{
			set hotspot
			{
				version
				{
					VisualGranny Garg_IdleA
					Connect FRONTABDOMEN heroglow hotspot
				}
			}
      }
   }
}

//==============================================================================
anim Bored
{
   SetSelector
   {
		CinematicLogic
	   SetSelector
		{
			ContainLogic
			set hotspot
			{
				version
				{
					Visual Scenario C Gargarensis_BoredA
					connect righthand Trident hotspot
					Connect FRONTABDOMEN heroglow hotspot
				}
			}
			set hotspot
			{
				version
				{
					Visual Scenario C Gargarensis_CarryBoredA
					connect righthand Trident hotspot
					Connect FRONTABDOMEN heroglow hotspot
				}
			}
      }
		SetSelector
		{
			set hotspot
			{
				version
				{
					VisualGranny Garg_IdleA
					Connect FRONTABDOMEN heroglow hotspot
				}
			}
      }
   }
}


//==============================================================================
anim attack
{
   SetSelector
   {
      set hotspot
      {
         version
         {
            Visual Scenario C Gargarensis_AttackA
//-- auto generated by the bang animation tool
//-- do not hand edit these values
               tag Attack 0.56 true   
               tag GenericSound 0.01 true   
//-- end auto generated section
            connect righthand Trident hotspot
			Connect FRONTABDOMEN heroglow hotspot
         }
      }
   }
}

//==============================================================================
anim Pickup
{
   SetSelector 
   {
      set hotspot
      {
         version
         {
					Visual Scenario C Gargarensis_HumanThrowA
//-- auto generated by the bang animation tool
//-- do not hand edit these values
               tag Pickup 0.30 true   
               tag Throw 0.72 true   
               tag SpecificSoundSet 0.77 false SwordSwing checkVisible 
//-- end auto generated section
					connect righthand Trident hotspot
					Connect FRONTABDOMEN heroglow hotspot
         }
      }
   }
}


//==============================================================================
anim death
{
   SetSelector none 
   {
      set hotspot
      {
         version
         {
            Visual Scenario C Gargarensis_deathA
//-- auto generated by the bang animation tool
//-- do not hand edit these values
               tag SpecificSoundSet 0.37 false HeavyFall checkVisible 
            tag SpecificSoundSet 0.00 false AHeroHasFallen  checkOwner
//-- end auto generated section
            connect righthand Trident hotspot 
//				Connect FRONTABDOMEN heroglow hotspot
         }
      }
   }
}

//==============================================================================
anim Flail
{
   SetSelector none 
   {
      set hotspot
      {
         version
         {
            Visual Scenario C Gargarensis_FlailA
            connect righthand Trident hotspot 
		    Connect FRONTABDOMEN heroglow hotspot
         }
      }
   }
}

//==============================================================================
anim Walk
{
   SetSelector
   {
		CinematicLogic
	   SetSelector
		{
			ContainLogic
			set hotspot
			{
				version
				{
					Visual Scenario C Gargarensis_WalkA
					tag SpecificSoundSet 0.51 false GiantFootsteps checkVisible 
					tag SpecificSoundSet 0.00 false GiantFootsteps checkVisible 
					connect righthand Trident hotspot
					tag FootstepLeft 0.30 true   
					tag FootstepRight 0.80 true
					Connect FRONTABDOMEN heroglow hotspot
				}
			}
			set hotspot
			{
				version
				{
					Visual Scenario C Gargarensis_CarryA
					connect righthand Trident hotspot 
					tag FootstepLeft 0.30 true   
					tag FootstepRight 0.80 true
					Connect FRONTABDOMEN heroglow hotspot
				}
			}
      }
		SetSelector
		{
			set hotspot
			{
				version
				{
					VisualGranny Garg_walkA
					tag SpecificSoundSet 0.50 false GiantFootsteps checkVisible 
					tag SpecificSoundSet 0.00 false GiantFootsteps checkVisible 
					tag FootstepLeft 0.30 true   
					tag FootstepRight 0.80 true
					Connect FRONTABDOMEN heroglow hotspot
				}
			}
      }
   }
}


//==============================================================================
anim run
{
   SetSelector none 
   {
      set hotspot
      {
         version
         {
            Visual Scenario C Gargarensis_walkA
//-- auto generated by the bang animation tool
//-- do not hand edit these values
               tag SpecificSoundSet 0.00 false GiantFootsteps checkVisible 
               tag SpecificSoundSet 0.50 false GiantFootsteps checkVisible 
//-- end auto generated section
            connect righthand Trident hotspot 
//				Connect FRONTABDOMEN heroglow hotspot
         }
      }
   }
}

//==============================================================================
anim Recover
{
   SetSelector
   {
      set hotspot
      {
         version
         {
            Visual Scenario C Gargarensis_recoverA
				Connect FRONTABDOMEN heroglow hotspot
				connect hotspot sunlight hotspot
				connect hotspot groundglow hotspot
            connect righthand Trident hotspot 
         }
      }
   }
}

//==============================================================================
anim Cinematic
{
   SetSelector
   {
      set hotspot
      {
         name Garg_cine112intense
         version
         {
            VisualGranny Garg_cine112intense
         }
      }
		set hotspot
      {
         name Garg_cine112threaten
         version
         {
            VisualGranny Garg_cine112threaten
         }
      }
		set hotspot
      {
         name Garg_cine112land
         version
         {
            VisualGranny Garg_cine112land
         }
      }
		set hotspot
      {
         name Garg_motion3sec
         version
         {
            VisualGranny Garg_motion3sec
         }
      }
		set hotspot
      {
         name Garg_motion4sec
         version
         {
            VisualGranny Garg_motion4sec
         }
      }
		set hotspot
      {
         name Garg_talk4sec
         version
         {
            VisualGranny Garg_talk4sec
         }
      }
		set hotspot
      {
         name Garg_cine112theyrush
         version
         {
            VisualGranny Garg_cine112theyrush
         }
      }
		set hotspot
      {
         name Garg_cine112itshould
         version
         {
            VisualGranny Garg_cine112itshould
         }
      }
		set hotspot
      {
         name Garg_12Speech
         version
         {
            VisualGranny Garg_12Speech
         }
      }
		set hotspot
      {
         name Garg_cine231abouttojoinhim
         version
         {
            VisualGranny Garg_cine231abouttojoinhim
         }
      }
		set hotspot
      {
         name Garg_cine231creatureslurk
         version
         {
            VisualGranny Garg_cine231creatureslurk
         }
      }
		set hotspot
      {
         name Garg_cine231failedagain
         version
         {
            VisualGranny Garg_cine231failedagain
         }
      }
		set hotspot
      {
         name Garg_cine231motivatethem
         version
         {
            VisualGranny Garg_cine231motivatethem
         }
      }
		set hotspot
      {
         name Garg_cine231themendigging
         version
         {
            VisualGranny Garg_cine231themendigging
         }
      }
		set hotspot
      {
         name Garg_cine232nooooo
         version
         {
            VisualGranny Garg_cine232nooooo
         }
      }
		set hotspot
      {
         name Garg_cine232doyouseenow
         version
         {
            VisualGranny Garg_cine232doyouseenow
         }
      }
		set hotspot
      {
         name Garg_17LordPoseidon
         version
         {
            VisualGranny Garg_17LordPoseidon
         }
      }
		set hotspot
      {
         name Garg_17YouInterruptedMe
         version
         {
            VisualGranny Garg_17YouInterruptedMe
         }
      }
		set hotspot
      {
         name Garg_17IWillDeal
         version
         {
            VisualGranny Garg_17IWillDeal
         }
      }
		set hotspot
      {
         name Garg_aomsp25anddead
         version
         {
            VisualGranny Garg_aomsp25anddead
         }
      }
		set hotspot
      {
         name Garg_cineB1andhestrides
         version
         {
            VisualGranny Garg_cineB1andhestrides
         }
      }
		set hotspot
      {
         name garg_cineB1thesiege
         version
         {
            VisualGranny garg_cineB1thesiege
         }
      }
		set hotspot
      {
         name garg_cineB1doyou
         version
         {
            VisualGranny garg_cineB1doyou
         }
      }
		set hotspot
      {
         name garg_cineB1giants
         version
         {
            VisualGranny garg_cineB1giants
         }
      }
		set hotspot
      {
         name garg_cine322reward
         version
         {
			VisualGranny garg_cine322reward
			connect face Eyeglow hotspot
			//-- auto generated by the bang animation tool
			//-- do not hand edit these values
			tag SpecificSoundSet 0.25 false CinematicKronosGargGrab  
			tag SpecificSoundSet 0.30 false CinematicKronosGargHold  
			//-- end auto generated section
         }
      }
		set hotspot
      {
         name garg_turnrun
         version
         {
            VisualGranny garg_turnrun
				connect face Eyeglow hotspot
         }
      }
		set hotspot
      {
         name garg_cined1laugh
         version
         {
            VisualGranny garg_cined1laugh
         }
      }
		set hotspot
      {
         name garg_cined1excellent
         version
         {
            VisualGranny garg_cined1excellent
         }
      }
		set hotspot
      {
         name garg_cined1hasloki
         version
         {
            VisualGranny garg_cined1hasloki
         }
      }
		set hotspot
      {
         name garg_cined1ittook
         version
         {
            VisualGranny garg_cined1ittook
         }
      }
		set hotspot
      {
         name garg_cine332captured
         version
         {
            VisualGranny garg_cine332captured
         }
      }
		set hotspot
      {
         name garg_aomsp33calmyourselfworm
         version
         {
            VisualGranny garg_aomsp33calmyourselfworm
         }
      }
		set hotspot
      {
         name garg_aomsp33yesyes
         version
         {
            VisualGranny garg_aomsp33yesyes
         }
      }
		set hotspot
      {
         name Garg_aomsp35lookingup
         version
         {
            VisualGranny Garg_aomsp35lookingup
				connect face Eyeglow hotspot
         }
      }
		set hotspot
      {
         name Garg_aomsp35oldone
         version
         {
            VisualGranny Garg_aomsp35oldone
				connect face Eyeglow hotspot
         }
      }
		set hotspot
      {
         name Garg_aomsp35no
         version
         {
            VisualGranny Garg_aomsp35no
				connect face Eyeglow hotspot
//-- auto generated by the bang animation tool
//-- do not hand edit these values
               tag SpecificSoundSet 0.13 false CinematicGargNo  
//-- end auto generated section
         }
      }
	}
}



